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