Create a proxy for the remote service.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public override TService CreateProxy()
Public Overrides Function CreateProxy As TService
public: virtual TService CreateProxy() override
public TService CreateProxy()
Return Value
A proxy for the remote service.