Gets or sets a pluggable IRemoteRoutingHandler,
if none is set then AttributedRoutingHandler will be used.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public IRemoteRoutingHandler RoutingHandler { get; set; }
Public Property RoutingHandler As IRemoteRoutingHandler Get Set
public: property IRemoteRoutingHandler^ RoutingHandler { IRemoteRoutingHandler^ get (); void set (IRemoteRoutingHandler^ value); }
/** @property */ public IRemoteRoutingHandler get_RoutingHandler() /** @property */ public void set_RoutingHandler(IRemoteRoutingHandler value)