2 writes to remoteSecurity
System.ServiceModel (2)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (2)
185
return channel.SendPreamble(connection, ref timeoutHelper, this.decoder, out this.
remoteSecurity
);
196
return SendPreambleAsyncResult.End(result, out this.
remoteSecurity
);
1 reference to remoteSecurity
System.ServiceModel (1)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
173
get { return this.
remoteSecurity
; }