Click or drag to resize

PdfWcfSettings Class

Represents a group of WCF (Windows Communication Foundation) settings for specific PdfIntegrationProvider.
Inheritance Hierarchy
SystemObject
  RadPdf.IntegrationPdfWcfSettings

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public sealed class PdfWcfSettings

The PdfWcfSettings type exposes the following members.

Properties
  NameDescription
Public propertyClientCloseTimeout
Gets or sets the interval of time provided for a connection to the service to close before the transport used by RAD PDF raises an exception.
Public propertyClientMaxReceivedMessageSize
Gets or sets the maximum size, in bytes, for a message that can be processed by the binding.
Public propertyClientOpenTimeout
Gets or sets the interval of time provided for a connection to the service to open before the transport used by RAD PDF raises an exception.
Public propertyClientReceiveTimeout
Gets or sets the interval of time that a connection can remain inactive, during which no application messages are received, before it is dropped.
Public propertyClientSecurityMode
Gets or sets the a value specifying the binding's security mode.
Public propertyClientSecurityTransportProtectionLevel
Gets or sets the a value specifying whether the binding for the contract must support the value.
Public propertyClientSendTimeout
Gets or sets the interval of time provided for a write operation to complete before the transport used by RAD PDF raises an exception.
Public propertyMessageDataSizeThreshold
Gets or sets the a value specifying the size threshold for message data contained in a WCF message.
Public propertyCode exampleServiceHost
Gets or sets a value representing the host name of the service used by this configuration.
Public propertyCode exampleServicePort
Gets or sets a value representing the port on which the service is listening and should be communicated to by this configuration.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberDefaultServicePort
Represents a the default port used by RAD PDF for WCF communication.
Top
See Also