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