10 instantiations of EncodedContentType
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingEncoders.cs (10)
127
return new
EncodedContentType
(FramingEncodingType.BinarySession);
131
return new
EncodedContentType
(FramingEncodingType.Binary);
135
return new
EncodedContentType
(FramingEncodingType.Soap12Utf8);
139
return new
EncodedContentType
(FramingEncodingType.Soap11Utf8);
143
return new
EncodedContentType
(FramingEncodingType.Soap12Utf16);
147
return new
EncodedContentType
(FramingEncodingType.Soap11Utf16);
151
return new
EncodedContentType
(FramingEncodingType.Soap12Utf16FFFE);
155
return new
EncodedContentType
(FramingEncodingType.Soap11Utf16FFFE);
159
return new
EncodedContentType
(FramingEncodingType.MTOM);
163
return new
EncodedContentType
(contentType);
7 references to EncodedContentType
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (2)
197
EncodedContentType
encodedContentType =
EncodedContentType
.Create(this.MessageEncoder.ContentType);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingEncoders.cs (5)
123
public static
EncodedContentType
Create(string contentType)
207
public static int CalcStartSize(EncodedVia via,
EncodedContentType
contentType)
212
public static void EncodeStart(byte[] buffer, int offset, EncodedVia via,
EncodedContentType
contentType)
341
public static int CalcStartSize(EncodedVia via,
EncodedContentType
contentType)
346
public static void EncodeStart(byte[] buffer, int offset, EncodedVia via,
EncodedContentType
contentType)