Skip to main content

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
TypeName
System.UriproxyAddress

Send(Object)

View Source
Declaration
Message Send(object request)
Returns

System.ServiceModel.Channels.Message

Parameters
TypeName
System.Objectrequest

Send(Object, String)

View Source
Declaration
Message Send(object request, string action)
Returns

System.ServiceModel.Channels.Message

Parameters
TypeName
System.Objectrequest
System.Stringaction

Send(XmlReader, String)

View Source
Declaration
Message Send(XmlReader reader, string action)
Returns

System.ServiceModel.Channels.Message

Parameters
TypeName
System.Xml.XmlReaderreader
System.Stringaction

Send(Message)

View Source
Declaration
Message Send(Message message)
Returns

System.ServiceModel.Channels.Message

Parameters
TypeName
System.ServiceModel.Channels.Messagemessage

SendOneWay(Object, String)

View Source
Declaration
void SendOneWay(object requestDto, string action)
Parameters
TypeName
System.ObjectrequestDto
System.Stringaction

SendOneWay(XmlReader, String)

View Source
Declaration
void SendOneWay(XmlReader reader, string action)
Parameters
TypeName
System.Xml.XmlReaderreader
System.Stringaction

SendOneWay(Message)

View Source
Declaration
void SendOneWay(Message message)
Parameters
TypeName
System.ServiceModel.Channels.Messagemessage