15 references to ReceiveParameters
System.ServiceModel (15)
System\ServiceModel\Channels\MsmqChannelListenerBase.cs (5)
42
if (this.
ReceiveParameters
.ExactlyOnce)
91
if (MsmqAuthenticationMode.Certificate == this.
ReceiveParameters
.TransportSecurity.MsmqAuthenticationMode)
156
if (this.
ReceiveParameters
.TransportSecurity.MsmqAuthenticationMode == MsmqAuthenticationMode.Certificate)
181
if (MsmqAuthenticationMode.Certificate == this.
ReceiveParameters
.TransportSecurity.MsmqAuthenticationMode)
202
else if (MsmqAuthenticationMode.WindowsDomain == this.
ReceiveParameters
.TransportSecurity.MsmqAuthenticationMode)
System\ServiceModel\Channels\MsmqDecodeHelper.cs (1)
416
MsmqMessageSerializationFormat serializationFormat = (listener.
ReceiveParameters
as MsmqIntegrationReceiveParameters).SerializationFormat;
System\ServiceModel\Channels\MsmqInputChannel.cs (1)
11
: base(listener, new MsmqInputMessagePool((listener.
ReceiveParameters
as MsmqTransportReceiveParameters).MaxPoolSize))
System\ServiceModel\Channels\MsmqInputChannelBase.cs (2)
22
this.receiveParameters = listener.
ReceiveParameters
;
23
this.receiver = new MsmqReceiveHelper(listener.
ReceiveParameters
, listener.Uri, messagePool, this, listener);
System\ServiceModel\Channels\MsmqInputSessionChannelListener.cs (6)
21
this.
ReceiveParameters
,
23
new MsmqInputMessagePool((this.
ReceiveParameters
as MsmqTransportReceiveParameters).MaxPoolSize),
28
if (this.
ReceiveParameters
.ReceiveContextSettings.Enabled)
30
this.receiveContextManager = new MsmqReceiveContextLockManager(this.
ReceiveParameters
.ReceiveContextSettings, this.receiver.Queue);
75
if (!this.
ReceiveParameters
.ReceiveContextSettings.Enabled && (Transaction.Current == null))
129
if (!this.
ReceiveParameters
.ReceiveContextSettings.Enabled && (Transaction.Current == null))