[This is preliminary documentation and is subject to change.]
Namespace: NFX.Web.SocialAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public static string AddMethodAndBaseURL(
string headerStr,
HTTPRequestMethod method,
string baseURL
)
public static string AddMethodAndBaseURL(
string headerStr,
HTTPRequestMethod method,
string baseURL
)
Public Shared Function AddMethodAndBaseURL (
headerStr As String,
method As HTTPRequestMethod,
baseURL As String
) As String
Public Shared Function AddMethodAndBaseURL (
headerStr As String,
method As HTTPRequestMethod,
baseURL As String
) As String
public:
static String^ AddMethodAndBaseURL(
String^ headerStr,
HTTPRequestMethod method,
String^ baseURL
)
public:
static String^ AddMethodAndBaseURL(
String^ headerStr,
HTTPRequestMethod method,
String^ baseURL
)
static member AddMethodAndBaseURL :
headerStr : string *
method : HTTPRequestMethod *
baseURL : string -> stringstatic member AddMethodAndBaseURL :
headerStr : string *
method : HTTPRequestMethod *
baseURL : string -> stringReturn Value
Type:
String