16 references to UriSegmentType
System.ServiceModel (16)
System\ServiceModel\Channels\UriPrefixTable.cs (16)
250UriSegmentType type; 257this.type = UriSegmentType.Unknown; 265this.type = UriSegmentType.None; 279case UriSegmentType.Path: 283case UriSegmentType.Host: 298case UriSegmentType.Port: 319case UriSegmentType.Unknown: 320this.type = UriSegmentType.Scheme; 324case UriSegmentType.Scheme: 325this.type = UriSegmentType.Host; 336case UriSegmentType.Host: 337this.type = UriSegmentType.Port; 342case UriSegmentType.Port: 343this.type = UriSegmentType.Path; 356case UriSegmentType.Path: 359case UriSegmentType.None: