HttpRequestMessageProperty.Name 属性

定义

获取与 HttpRequestMessageProperty 类关联的消息属性的名称。Gets the name of the message property associated with the HttpRequestMessageProperty class.

public:
 static property System::String ^ Name { System::String ^ get(); };
public static string Name { get; }
member this.Name : string
Public Shared ReadOnly Property Name As String

属性值

String

值“httpRequest”。The value "httpRequest".

适用于