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