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