ProtocolEndpoint.ResponseLocation 属性

定义

获取或设置响应位置。 这是可选元素。

public:
 property Uri ^ ResponseLocation { Uri ^ get(); void set(Uri ^ value); };
public Uri ResponseLocation { get; set; }
member this.ResponseLocation : Uri with get, set
Public Property ResponseLocation As Uri

属性值

Uri

表示当前实例响应位置的 URI。 默认值为 null

适用于