1 write to expires
System.ServiceModel (1)
System\ServiceModel\Channels\CreateSequenceResponse.cs (1)
51
this.
expires
= value;
3 references to expires
System.ServiceModel (3)
System\ServiceModel\Channels\CreateSequenceResponse.cs (3)
47
return this.
expires
;
152
if (this.
expires
.HasValue)
155
writer.WriteValue(this.
expires
.Value);