1 write to protocolVersion
System.ServiceModel (1)
System\ServiceModel\Transactions\WsatProxy.cs (1)
39
this.
protocolVersion
= protocolVersion;
11 references to protocolVersion
System.ServiceModel (11)
System\ServiceModel\Transactions\WsatProxy.cs (11)
46
if (info.Context.ProtocolVersion != this.
protocolVersion
)
78
if (!this.wsatConfig.IsLocalRegistrationService(localContext.RegistrationService, this.
protocolVersion
))
81
if (!this.wsatConfig.IsProtocolServiceEnabled(this.
protocolVersion
))
84
new TransactionException(SR.GetString(SR.WsatProtocolServiceDisabled, this.
protocolVersion
)));
130
CreateCoordinationContext cccMessage = new CreateCoordinationContext(this.
protocolVersion
);
174
EndpointAddress localActivationService = this.wsatConfig.LocalActivationService(this.
protocolVersion
);
175
EndpointAddress remoteActivationService = this.wsatConfig.RemoteActivationService(this.
protocolVersion
);
276
address = this.wsatConfig.LocalActivationService(this.
protocolVersion
);
280
address = this.wsatConfig.RemoteActivationService(this.
protocolVersion
);
340
config.RemoteClientsEnabled = this.wsatConfig.RemoteActivationService(this.
protocolVersion
) != null;
341
this.coordinationService = new CoordinationService(config, this.
protocolVersion
);