54 references to TransportType
SMSvcHost (54)
System\ServiceModel\Activation\ActivatedMessageQueue.cs (2)
72
(TransportType ==
TransportType
.Tcp && !SMSvcHost.IsTcpActivationPaused
73
|| TransportType ==
TransportType
.NamedPipe && !SMSvcHost.IsNamedPipeActivationPaused) &&
System\ServiceModel\Activation\DupHandleConnectionReader.cs (4)
23
TransportType
transportType;
27
Action connectionDequeuedCallback,
TransportType
transportType,
45
if (transportType ==
TransportType
.Tcp)
49
else if (transportType ==
TransportType
.NamedPipe)
System\ServiceModel\Activation\ListenerConfig.cs (3)
123
public static List<SecurityIdentifier> GetAllowAccounts(
TransportType
transportType)
125
if (transportType ==
TransportType
.Tcp)
135
else if (transportType ==
TransportType
.NamedPipe)
System\ServiceModel\Activation\ListenerConnectionDemuxer.cs (3)
28
TransportType
transportType;
32
TransportType
transportType,
95
if (transportType ==
TransportType
.Tcp)
System\ServiceModel\Activation\ListenerSessionConnectionReader.cs (1)
14
Action connectionDequeuedCallback,
TransportType
transportType,
System\ServiceModel\Activation\ListenerSingletonConnectionReader.cs (1)
14
Action connectionDequeuedCallback,
TransportType
transportType,
System\ServiceModel\Activation\MessageQueue.cs (16)
34
TransportType
transportType;
45
transportType =
TransportType
.Unsupported;
71
return TransportType !=
TransportType
.Tcp ||
76
internal
TransportType
TransportType
92
internal static void CloseAll(
TransportType
transportType)
377
internal static void OnDispatchFailure(
TransportType
transportType)
379
if (transportType ==
TransportType
.Tcp)
383
else if (transportType ==
TransportType
.NamedPipe)
417
if (transportType ==
TransportType
.NamedPipe)
423
transportType =
TransportType
.Tcp;
427
if (transportType ==
TransportType
.Tcp)
433
transportType =
TransportType
.NamedPipe;
582
if (this.TransportType ==
TransportType
.Tcp)
594
if (this.TransportType ==
TransportType
.Tcp)
606
if (this.TransportType ==
TransportType
.Tcp)
618
if (this.TransportType ==
TransportType
.Tcp)
System\ServiceModel\Activation\NamedPipeActivation.cs (1)
83
: base(
TransportType
.NamedPipe, ListenerConstants.NamedPipeActivationServiceName, ListenerConstants.NamedPipeSharedMemoryName)
System\ServiceModel\Activation\NamedPipeWorkerProcess.cs (2)
63
protected override
TransportType
TransportType
67
return
TransportType
.NamedPipe;
System\ServiceModel\Activation\RoutingTable.cs (2)
186
if (messageQueue.TransportType ==
TransportType
.Tcp)
208
if (messageQueue.TransportType ==
TransportType
.Tcp)
System\ServiceModel\Activation\SharingService.cs (4)
27
TransportType
transportType;
34
protected SharingService(
TransportType
transportType, string serviceName, string sharedMemoryName)
41
static Binding CreateRegisterBinding(
TransportType
transportType)
119
if (transportType ==
TransportType
.Tcp)
System\ServiceModel\Activation\TcpPortSharing.cs (1)
126
: base(
TransportType
.Tcp, ListenerConstants.TcpPortSharingServiceName, ListenerConstants.TcpSharedMemoryName)
System\ServiceModel\Activation\TcpWorkerProcess.cs (2)
71
protected override
TransportType
TransportType
75
return
TransportType
.Tcp;
System\ServiceModel\Activation\TransportListener.cs (10)
31
TransportType
transportType;
41
transportType =
TransportType
.Tcp;
77
transportType =
TransportType
.NamedPipe;
120
if (transportType ==
TransportType
.Tcp)
129
else if (transportType ==
TransportType
.NamedPipe)
214
static
TransportType
GetTransportTypeAndAddress(IConnection connection, out IPAddress address, out int port)
219
TransportType
transportType =
TransportType
.NamedPipe;
224
transportType =
TransportType
.Tcp;
243
TransportType
transportType = GetTransportTypeAndAddress(session.Connection, out address, out port);
System\ServiceModel\Activation\WorkerProcess.cs (2)
90
protected abstract
TransportType
TransportType { get; }
111
if (this.TransportType ==
TransportType
.NamedPipe)