WcfChannelModule.CreateWcfProxy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- behavior
- EndpointBehaviorBase
Returns
T