Click or drag to resize
INTERNAL_WorkAroundIssueWithJSILAndDynamicUnderVs2015CallWebMethodRETURN_TYPE, INTERFACE_TYPE Method

[Missing <summary> documentation for "M:System.ServiceModel.INTERNAL_WorkAroundIssueWithJSILAndDynamicUnderVs2015.CallWebMethod``2(System.ServiceModel.ClientBase{``1},System.String,System.Object)"]

Namespace: System.ServiceModel
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public static RETURN_TYPE CallWebMethod<RETURN_TYPE, INTERFACE_TYPE>(
	ClientBase<INTERFACE_TYPE> clientBase,
	string methodName,
	Object request
)
where INTERFACE_TYPE : class

Parameters

clientBase
Type: System.ServiceModelClientBaseINTERFACE_TYPE

[Missing <param name="clientBase"/> documentation for "M:System.ServiceModel.INTERNAL_WorkAroundIssueWithJSILAndDynamicUnderVs2015.CallWebMethod``2(System.ServiceModel.ClientBase{``1},System.String,System.Object)"]

methodName
Type: SystemString

[Missing <param name="methodName"/> documentation for "M:System.ServiceModel.INTERNAL_WorkAroundIssueWithJSILAndDynamicUnderVs2015.CallWebMethod``2(System.ServiceModel.ClientBase{``1},System.String,System.Object)"]

request
Type: SystemObject

[Missing <param name="request"/> documentation for "M:System.ServiceModel.INTERNAL_WorkAroundIssueWithJSILAndDynamicUnderVs2015.CallWebMethod``2(System.ServiceModel.ClientBase{``1},System.String,System.Object)"]

Type Parameters

RETURN_TYPE

[Missing <typeparam name="RETURN_TYPE"/> documentation for "M:System.ServiceModel.INTERNAL_WorkAroundIssueWithJSILAndDynamicUnderVs2015.CallWebMethod``2(System.ServiceModel.ClientBase{``1},System.String,System.Object)"]

INTERFACE_TYPE

[Missing <typeparam name="INTERFACE_TYPE"/> documentation for "M:System.ServiceModel.INTERNAL_WorkAroundIssueWithJSILAndDynamicUnderVs2015.CallWebMethod``2(System.ServiceModel.ClientBase{``1},System.String,System.Object)"]

Return Value

Type: RETURN_TYPE

[Missing <returns> documentation for "M:System.ServiceModel.INTERNAL_WorkAroundIssueWithJSILAndDynamicUnderVs2015.CallWebMethod``2(System.ServiceModel.ClientBase{``1},System.String,System.Object)"]

See Also