1 write to wsatInfo
System.ServiceModel (1)
System\ServiceModel\Transactions\OletxTransactionHeader.cs (1)
27this.wsatInfo = wsatInfo;
6 references to wsatInfo
System.ServiceModel (6)
System\ServiceModel\Transactions\OletxTransactionHeader.cs (6)
52get { return this.wsatInfo; } 57if (this.wsatInfo != null) 59if (this.wsatInfo.Timeout != 0) 63XmlConvert.ToString(this.wsatInfo.Timeout)); 66if (!string.IsNullOrEmpty(this.wsatInfo.Identifier)) 70this.wsatInfo.Identifier);