C# Class System.ServiceModel.ServiceProxyGenerator

Inheritance: ProxyGeneratorBase
Mostra file Open project: kumpera/mono

Public Methods

Method Description
CreateCallbackProxyType ( DispatchRuntime dispatchRuntime, Type callbackType ) : Type

Method Details

CreateCallbackProxyType() public static method

public static CreateCallbackProxyType ( DispatchRuntime dispatchRuntime, Type callbackType ) : Type
dispatchRuntime System.ServiceModel.Dispatcher.DispatchRuntime
callbackType System.Type
return System.Type