Edit

Share via


WcfChannelModule.CreateWcfProxy Method

Definition

Overloads

CreateWcfProxy<T>(String)
CreateWcfProxy<T>(Uri)
CreateWcfProxy<T>(EndpointAddress, EndpointBehaviorBase)

CreateWcfProxy<T>(String)

public static T CreateWcfProxy<T> (string endPointStr) where T : class;
static member CreateWcfProxy : string -> 'T (requires 'T : null)
Public Function CreateWcfProxy(Of T As Class) (endPointStr As String) As T

Type Parameters

T

Parameters

endPointStr
String

Returns

T

Applies to

CreateWcfProxy<T>(Uri)

public static T CreateWcfProxy<T> (Uri uri) where T : class;
static member CreateWcfProxy : Uri -> 'T (requires 'T : null)

Type Parameters

T

Parameters

uri
Uri

Returns

T

Applies to

CreateWcfProxy<T>(EndpointAddress, EndpointBehaviorBase)

public static T CreateWcfProxy<T> (System.ServiceModel.EndpointAddress endpointAddress, Microsoft.Hpc.EndpointBehaviorBase behavior = null) where T : class;
static member CreateWcfProxy : System.ServiceModel.EndpointAddress * Microsoft.Hpc.EndpointBehaviorBase -> 'T (requires 'T : null)

Type Parameters

T

Parameters

endpointAddress
EndpointAddress

Returns

T

Applies to