Метод | Описание | |
---|---|---|
AfterReceiveReply ( Message &reply, object correlationState ) : void | ||
AfterReceiveResponse ( Message &request, IClientChannel channel, System.ServiceModel.InstanceContext instanceContext ) : string | ||
BeforeSendRequest ( Message &request, IClientChannel channel ) : object | ||
PasswordDigestMessageInspector ( string username, string password ) : System |
public AfterReceiveReply ( Message &reply, object correlationState ) : void | ||
reply | Message | |
correlationState | object | |
Результат | void |
public AfterReceiveResponse ( Message &request, IClientChannel channel, System.ServiceModel.InstanceContext instanceContext ) : string | ||
request | Message | |
channel | IClientChannel | |
instanceContext | System.ServiceModel.InstanceContext | |
Результат | string |
public BeforeSendRequest ( Message &request, IClientChannel channel ) : object | ||
request | Message | |
channel | IClientChannel | |
Результат | object |
public PasswordDigestMessageInspector ( string username, string password ) : System | ||
username | string | |
password | string | |
Результат | System |