CommonUtil.SetClientBase Method

MultiArchive SDK .NET

Collapse image Expand Image Copy image CopyHover image

[This is preliminary documentation and is subject to change.]

Method for getting the local IP and updating the ClientBaseAddress part of the CompositeDuplex of the CustomBinding.

This is used when working with asynchronous calls to the MultiArchive webservice, where the webservice needs to make callbacks to the caller.

Namespace: MultiArchive.SDK.ServiceUtils
Assembly: MultiArchive.SDK (in MultiArchive.SDK.dll) Version: 1.2.30.413 (1.2.30.413)

Syntax

C#
public static void SetClientBase(
	CustomBinding binding
)
Visual Basic
Public Shared Sub SetClientBase ( 
	binding As CustomBinding
)
Visual C++
public:
static void SetClientBase(
	CustomBinding^ binding
)

Parameters

binding
Type: System.ServiceModel.Channels..::..CustomBinding
A reference to the CustomBinding and Endpoint used for the connection.

See Also