1 instantiation of EncodedVia
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
196
EncodedVia encodedVia = new
EncodedVia
(this.Via.AbsoluteUri);
5 references to EncodedVia
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
196
EncodedVia
encodedVia = new EncodedVia(this.Via.AbsoluteUri);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingEncoders.cs (4)
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)