1 write to Type
System.ServiceModel (1)
System\ServiceModel\Configuration\ClientCredentialsElement.cs (1)
107this.Type = source.Type;
4 references to Type
System.ServiceModel (4)
System\ServiceModel\Configuration\ClientCredentialsElement.cs (4)
107this.Type = source.Type; 114if (string.IsNullOrEmpty(this.Type)) 120Type credentialsType = System.Type.GetType(this.Type, true); 124SR.GetString(SR.ConfigInvalidClientCredentialsType, this.Type, credentialsType.AssemblyQualifiedName)));