1 write to settings
System.ServiceModel (1)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
27
this.
settings
= settings;
6 references to settings
System.ServiceModel (6)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (6)
58
EncodedContentType encodedContentType = EncodedContentType.Create(
settings
.MessageEncoderFactory.Encoder.ContentType);
261
IAsyncResult initiateUpgradeResult = ConnectionUpgradeHelper.BeginInitiateUpgrade(channel.
settings
, channel.RemoteAddress,
562
StreamingConnectionHelper.WriteMessage(message, this.connection, true, channel.
settings
, ref timeoutHelper);
583
connection, connectionPoolHelper, channel.
settings
);
681
IAsyncResult writeResult = StreamingConnectionHelper.BeginWriteMessage(this.message, this.connection, true, this.channel.
settings
, ref timeoutHelper, onWriteMessage, this);
724
connectionReader = new ClientSingletonConnectionReader(connection, connectionPoolHelper, channel.
settings
);