1 write to Type
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceCredentialsElement.cs (1)
109
this.
Type
= source.Type;
4 references to Type
System.ServiceModel (4)
System\ServiceModel\Configuration\ServiceCredentialsElement.cs (4)
109
this.Type = source.
Type
;
117
if (string.IsNullOrEmpty(this.
Type
))
123
Type credentialsType = System.Type.GetType(this.
Type
, true);
127
SR.GetString(SR.ConfigInvalidServiceCredentialsType, this.
Type
, credentialsType.AssemblyQualifiedName)));