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