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