DataServiceOperationContext.AbsoluteServiceUri 属性
定义
获取请求的基本服务 URI。Gets the base service URI for the request.
public:
property Uri ^ AbsoluteServiceUri { Uri ^ get(); };
public Uri AbsoluteServiceUri { get; }
member this.AbsoluteServiceUri : Uri
Public ReadOnly Property AbsoluteServiceUri As Uri
属性值
- Uri
操作的基本 Uri。The base Uri of the operation.
适用于