IWcfServiceClient
Assembly: ServiceStack.Client.dll
View Source
Declaration
public interface IWcfServiceClient : IServiceClient, IRestServiceClient, IServiceClientAsync, IServiceGatewayAsync, IServiceClientSync, IHasSessionId, IHasBearerToken, IHasVersion, IHttpRestClientAsync, IRestClientAsync, IReplyClient, IServiceGateway, IOneWayClient, IRestClient, IRestClientSync, IServiceClientCommon, IDisposable
Properties
Uri
View Source
Declaration
string Uri { get; set; }
Methods
SetProxy(Uri)
View Source
Declaration
void SetProxy(Uri proxyAddress)
Parameters
Type | Name |
---|---|
System.Uri | proxyAddress |
Send(Object)
View Source
Declaration
Message Send(object request)
Returns
System.ServiceModel.Channels.Message
Parameters
Type | Name |
---|---|
System.Object | request |
Send(Object, String)
View Source
Declaration
Message Send(object request, string action)
Returns
System.ServiceModel.Channels.Message
Parameters
Type | Name |
---|---|
System.Object | request |
System.String | action |
Send(XmlReader, String)
View Source
Declaration
Message Send(XmlReader reader, string action)
Returns
System.ServiceModel.Channels.Message
Parameters
Type | Name |
---|---|
System.Xml.XmlReader | reader |
System.String | action |
Send(Message)
View Source
Declaration
Message Send(Message message)
Returns
System.ServiceModel.Channels.Message
Parameters
Type | Name |
---|---|
System.ServiceModel.Channels.Message | message |
SendOneWay(Object, String)
View Source
Declaration
void SendOneWay(object requestDto, string action)
Parameters
Type | Name |
---|---|
System.Object | requestDto |
System.String | action |
SendOneWay(XmlReader, String)
View Source
Declaration
void SendOneWay(XmlReader reader, string action)
Parameters
Type | Name |
---|---|
System.Xml.XmlReader | reader |
System.String | action |
SendOneWay(Message)
View Source
Declaration
void SendOneWay(Message message)
Parameters
Type | Name |
---|---|
System.ServiceModel.Channels.Message | message |