Returns a Service System.ServiceModel.EndpointAddress.
Declaring type: ServiceHelper
Namespace: Zyan.InterLinq.Communication.Wcf
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public static EndpointAddress GetEndpoint (
        string serverAddress,
        string serverPort,
        string servicePath
) 
Parameters
serverAddress
Address of the Server.
serverPort
Port of the Server.
servicePath
Path of the WCF Service.
Return Value