13 references to Message
dotnet-svcutil-lib (13)
CodeDomFixup\MethodCreationHelper.cs (12)
366
if (defaultBinding.Security.
Message
.ClientCredentialType != wsHttp.Security.
Message
.ClientCredentialType)
377
wsHttp.Security.
Message
.ClientCredentialType.ToString())));
380
if (defaultBinding.Security.
Message
.EstablishSecurityContext != wsHttp.Security.
Message
.EstablishSecurityContext)
389
new CodePrimitiveExpression(wsHttp.Security.
Message
.EstablishSecurityContext)));
507
if (defaultBinding.Security.
Message
.ClientCredentialType != ws2007Http.Security.
Message
.ClientCredentialType)
518
ws2007Http.Security.
Message
.ClientCredentialType.ToString())));
521
if (defaultBinding.Security.
Message
.EstablishSecurityContext != ws2007Http.Security.
Message
.EstablishSecurityContext)
530
new CodePrimitiveExpression(ws2007Http.Security.
Message
.EstablishSecurityContext)));
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpSecurity.cs (1)
140
return this.
Message
.InternalShouldSerialize();