2 writes to _clientCredentialType
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverTcp.cs (2)
26
_clientCredentialType
= DefaultClientCredentialType;
40
_clientCredentialType
= value;
3 references to _clientCredentialType
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverTcp.cs (3)
33
get { return
_clientCredentialType
; }
72
switch (this.
_clientCredentialType
)
96
switch (this.
_clientCredentialType
)