Click or drag to resize
ZfpUtilGetZfpOptionsForLeasedLines Method
Creates a SessionOptions object for applications that leverages private leased lines to Bloomberg network. The SessionOptions object is only valid for private leased line connectivity.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public static SessionOptions GetZfpOptionsForLeasedLines(
	ZfpUtilRemote remote,
	TlsOptions tlsOptions
)

Parameters

remote
Type: Bloomberglp.BlpapiZfpUtilRemote
Indicates what port the session will be connecting to.
tlsOptions
Type: Bloomberglp.BlpapiTlsOptions
Client credentials used to establish secure connections to endpoints.

Return Value

Type: SessionOptions
A SessionOptions object that can be used to start a Session for leased lines.
Exceptions
ExceptionCondition
TimeoutException Thrown when the request to retrieve the ZFP server addresses times out.
Exception Thrown when an internal error occurs during the retrieval of the ZFP server addresses.
See Also