Class UdpTransportElement
Configuration section for Udp.
Inheritance
System.Object
UdpTransportElement
Assembly: EPiServer.Events.dll
Version: 8.11.0
Syntax
public class UdpTransportElement : BindingElementExtensionElement
Constructors
UdpTransportElement()
Declaration
public UdpTransportElement()
Properties
BindingElementType
Declaration
public override Type BindingElementType { get; }
Property Value
Type |
Description |
System.Type |
|
MaxBufferPoolSize
Declaration
public long MaxBufferPoolSize { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
MaxReceivedMessageSize
Declaration
public int MaxReceivedMessageSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Multicast
Declaration
public bool Multicast { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NicToUseName
Declaration
public string NicToUseName { get; set; }
Property Value
Type |
Description |
System.String |
|
Properties
Declaration
protected override ConfigurationPropertyCollection Properties { get; }
Property Value
Type |
Description |
System.Configuration.ConfigurationPropertyCollection |
|
Methods
ApplyConfiguration(BindingElement)
Declaration
public override void ApplyConfiguration(BindingElement bindingElement)
Parameters
Type |
Name |
Description |
System.ServiceModel.Channels.BindingElement |
bindingElement |
|
CopyFrom(ServiceModelExtensionElement)
Declaration
public override void CopyFrom(ServiceModelExtensionElement from)
Parameters
Type |
Name |
Description |
System.ServiceModel.Configuration.ServiceModelExtensionElement |
from |
|
CreateBindingElement()
Declaration
protected override BindingElement CreateBindingElement()
Returns
Type |
Description |
System.ServiceModel.Channels.BindingElement |
|
InitializeFrom(BindingElement)
Declaration
protected override void InitializeFrom(BindingElement bindingElement)
Parameters
Type |
Name |
Description |
System.ServiceModel.Channels.BindingElement |
bindingElement |
|