1 write to uri
System.ServiceModel (1)
System\ServiceModel\Channels\UriPrefixTable.cs (1)
256
this.
uri
= uri;
5 references to uri
System.ServiceModel (5)
System\ServiceModel\Channels\UriPrefixTable.cs (5)
321
this.SetSegment(this.
uri
.Scheme);
326
string host = this.
uri
.Host;
328
string userInfo = this.
uri
.UserInfo;
338
int port = this.
uri
.Port;
344
string absPath = this.
uri
.AbsolutePath;