RedirectionDuration.Permanent 属性
定义
获取表示永久重定向的 RedirectionDuration。Gets the RedirectionDuration that represents a permanent redirection.
public:
static property System::ServiceModel::Channels::RedirectionDuration ^ Permanent { System::ServiceModel::Channels::RedirectionDuration ^ get(); };
public static System.ServiceModel.Channels.RedirectionDuration Permanent { get; }
member this.Permanent : System.ServiceModel.Channels.RedirectionDuration
Public Shared ReadOnly Property Permanent As RedirectionDuration
属性值
一个 RedirectionDuration,其中包含表示永久重定向的值。A RedirectionDuration that contains a value that represents a permanent redirection.
注解
永久重定向持续时间指示指定的新位置应永久用于给定的范围。A permanent redirection duration indicates the new location(s) specified should be used permanently for the given scope.