7 writes to internalType
System.ServiceModel (7)
System\ServiceModel\Channels\RedirectionType.cs (7)
28
this.
internalType
= type;
53
this.
internalType
= InternalRedirectionType.Unknown;
175
this.
internalType
= InternalRedirectionType.Cache;
179
this.
internalType
= InternalRedirectionType.Resource;
183
this.
internalType
= InternalRedirectionType.UseIntermediary;
187
this.
internalType
= InternalRedirectionType.Custom;
192
this.
internalType
= InternalRedirectionType.Custom;
3 references to internalType
System.ServiceModel (3)
System\ServiceModel\Channels\RedirectionType.cs (3)
76
if (this.
internalType
== InternalRedirectionType.Unknown)
81
return this.
internalType
;
195
Fx.Assert(this.
internalType
!= InternalRedirectionType.Unknown, "Failed to correctly detect internal redirection type");