Click or drag to resize
MethodTRequest, TResponse Properties

The MethodTRequest, TResponse generic type exposes the following members.

Properties
  NameDescription
Public propertyFullName
Gets the fully qualified name of the method. On the server side, methods are dispatched based on this name.
Public propertyName
Gets the unqualified name of the method.
Public propertyRequestMarshaller
Gets the marshaller used for request messages.
Public propertyResponseMarshaller
Gets the marshaller used for response messages.
Public propertyServiceName
Gets the name of the service to which this method belongs.
Public propertyType
Gets the type of the method.
Top
See Also