Свойство | Тип | Описание | |
---|---|---|---|
GetHostForContext | IServiceHostBase | ||
GetServerForContext | IServerBase |
Метод | Описание | |
---|---|---|
BeginInvokeService ( |
Dispatches an incoming binary encoded request.
|
|
BeginProcessRequest ( string channeId, |
Begins processing a request received via a binary encoded channel.
|
|
EndInvokeService ( IAsyncResult ar ) : |
Dispatches an incoming binary encoded request.
|
|
EndProcessRequest ( IAsyncResult result ) : IServiceResponse |
Ends processing a request received via a binary encoded channel.
|
|
InvokeService ( |
Dispatches an incoming binary encoded request.
|
|
ProcessRequest ( IServiceRequest incoming ) : IServiceResponse |
Dispatches an incoming binary encoded request.
|
Метод | Описание | |
---|---|---|
CreateFault ( IServiceRequest request, |
Creates a fault message.
|
|
CreateSoapFault ( IServiceRequest request, |
Creates a fault message.
|
|
EndpointBase ( ) : System |
Initializes the object when it is created by the WCF framework.
|
|
EndpointBase ( IServiceHostBase host ) : System |
Initializes the when it is created directly.
|
|
EndpointBase ( ServerBase server ) : System |
Initializes the endpoint with a server instead of a host.
|
|
FindService ( Opc.Ua.ExpandedNodeId requestTypeId ) : ServiceDefinition |
Finds the service identified by the request type.
|
|
GetEndpointDescription ( ) : |
Find the endpoint description for the endpoint.
|
|
OnRequestReceived ( IServiceRequest request ) : void |
Called when a new request is received by the endpoint.
|
|
OnResponseFaultSent ( Exception fault ) : void |
Called when a response fault sent via the endpoint.
|
|
OnResponseSent ( IServiceResponse response ) : void |
Called when a response sent via the endpoint.
|
|
SetRequestContext ( RequestEncoding encoding ) : void |
Sets the request context for the thread.
|
Метод | Описание | |
---|---|---|
GetHostForContext ( ) : IServiceHostBase | ||
GetServerForContext ( ) : IServerBase |
public BeginInvokeService ( |
||
message | ||
callack | AsyncCallback | |
callbackData | object | |
Результат | IAsyncResult |
public BeginProcessRequest ( string channeId, |
||
channeId | string | A unique identifier for the secure channel which is the source of the request. |
endpointDescription | The description of the endpoint which the secure channel is using. | |
request | IServiceRequest | The incoming request. |
callback | AsyncCallback | The callback. |
callbackData | object | The callback data. |
Результат | IAsyncResult |
protected static CreateFault ( IServiceRequest request, |
||
request | IServiceRequest | The request. |
exception | The exception. | |
Результат | ServiceFault |
protected static CreateSoapFault ( IServiceRequest request, |
||
request | IServiceRequest | The request. |
exception | The exception. | |
Результат |
public EndInvokeService ( IAsyncResult ar ) : |
||
ar | IAsyncResult | The ar. |
Результат |
public EndProcessRequest ( IAsyncResult result ) : IServiceResponse | ||
result | IAsyncResult | The result returned by the BeginProcessRequest method. |
Результат | IServiceResponse |
protected EndpointBase ( IServiceHostBase host ) : System | ||
host | IServiceHostBase | The host. |
Результат | System |
protected EndpointBase ( ServerBase server ) : System | ||
server | ServerBase | |
Результат | System |
protected FindService ( Opc.Ua.ExpandedNodeId requestTypeId ) : ServiceDefinition | ||
requestTypeId | Opc.Ua.ExpandedNodeId | |
Результат | ServiceDefinition |
protected GetEndpointDescription ( ) : |
||
Результат |
public InvokeService ( |
||
request | Request. | |
Результат |
protected OnRequestReceived ( IServiceRequest request ) : void | ||
request | IServiceRequest | The request. |
Результат | void |
protected OnResponseFaultSent ( Exception fault ) : void | ||
fault | Exception | The fault. |
Результат | void |
protected OnResponseSent ( IServiceResponse response ) : void | ||
response | IServiceResponse | The response. |
Результат | void |
public ProcessRequest ( IServiceRequest incoming ) : IServiceResponse | ||
incoming | IServiceRequest | Incoming request. |
Результат | IServiceResponse |
protected SetRequestContext ( RequestEncoding encoding ) : void | ||
encoding | RequestEncoding | The encoding. |
Результат | void |