RedirectionType.UseIntermediary Property

Definition

Gets a RedirectionType that represents the use intermediary redirection type.

public:
 static property System::ServiceModel::Channels::RedirectionType ^ UseIntermediary { System::ServiceModel::Channels::RedirectionType ^ get(); };
public static System.ServiceModel.Channels.RedirectionType UseIntermediary { get; }
static member UseIntermediary : System.ServiceModel.Channels.RedirectionType
Public Shared ReadOnly Property UseIntermediary As RedirectionType

Property Value

The resource redirection type.

Remarks

A use intermediary redirection indicates the requested resource must be accessed through an intermediate service, for example, an HTTP proxy server. This corresponds to the HTTP status code 305 (Use Proxy)

Applies to