2 writes to _clientCredentialType
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverHttp.cs (2)
26
_clientCredentialType
= DefaultClientCredentialType;
40
_clientCredentialType
= value;
4 references to _clientCredentialType
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverHttp.cs (4)
33
get { return
_clientCredentialType
; }
89
switch (
_clientCredentialType
)
123
switch (
_clientCredentialType
)
148
switch (
_clientCredentialType
)