1 write to protocolVersion
System.ServiceModel (1)
System\ServiceModel\Transactions\WsatTransactionFormatter.cs (1)
26
this.
protocolVersion
= protocolVersion;
7 references to protocolVersion
System.ServiceModel (7)
System\ServiceModel\Transactions\WsatTransactionFormatter.cs (7)
39
this.wsatProxy = new WsatProxy(this.wsatConfig, this.
protocolVersion
);
66
WsatTransactionHeader header = new WsatTransactionHeader(context, this.
protocolVersion
);
93
CoordinationContext context = WsatTransactionHeader.GetCoordinationContext(message, this.
protocolVersion
);
101
issuedToken = CoordinationServiceSecurity.GetIssuedToken(message, context.Identifier, this.
protocolVersion
);
134
context = new CoordinationContext(this.
protocolVersion
);
199
this.
protocolVersion
,
205
context.RegistrationService = wsatConfig.CreateRegistrationService(refParam, this.
protocolVersion
);