MethodTRequest, TResponse Properties |
The MethodTRequest, TResponse generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | FullName |
Gets the fully qualified name of the method. On the server side, methods are dispatched
based on this name.
|
![]() | Name |
Gets the unqualified name of the method.
|
![]() | RequestMarshaller |
Gets the marshaller used for request messages.
|
![]() | ResponseMarshaller |
Gets the marshaller used for response messages.
|
![]() | ServiceName |
Gets the name of the service to which this method belongs.
|
![]() | Type |
Gets the type of the method.
|