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