Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UdpAnnouncementEndpoint Class

.NET Framework (current version)
 

A standard endpoint that is used by services to send announcement messages over a UDP binding. This endpoint inherits from AnnouncementEndpoint and similarly has a fixed contract and supports two discovery versions. In addition it has a fixed UDP binding and a default address value as specified in the WS-Discovery specifications (WS-Discovery April 2005 or WS-Discovery version 1.1). Therefore, in the simplest case you do not have to specify any of these values when you create an AnnouncementEndpoint and add it to a service.

Namespace:   System.ServiceModel.Discovery
Assembly:  System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)

System::Object
  System.ServiceModel.Description::ServiceEndpoint
    System.ServiceModel.Discovery::AnnouncementEndpoint
      System.ServiceModel.Discovery::UdpAnnouncementEndpoint

public ref class UdpAnnouncementEndpoint : AnnouncementEndpoint

NameDescription
System_CAPS_pubmethodUdpAnnouncementEndpoint()

Creates a new instance of the UdpAnnouncementEndpoint class.

System_CAPS_pubmethodUdpAnnouncementEndpoint(DiscoveryVersion^)

Creates a new instance of the UdpAnnouncementEndpoint class that is configured to use the specified DiscoveryVersion.

System_CAPS_pubmethodUdpAnnouncementEndpoint(DiscoveryVersion^, String^)

Creates a new instance of the UdpAnnouncementEndpoint that is configured to use the specified DiscoveryVersion and multicast address.

System_CAPS_pubmethodUdpAnnouncementEndpoint(DiscoveryVersion^, Uri^)

Creates a new instance of the UdpAnnouncementEndpoint that is configured to use the specified DiscoveryVersion and multicast address.

System_CAPS_pubmethodUdpAnnouncementEndpoint(String^)

Creates a new instance of the UdpAnnouncementEndpoint class with the specified multicast address.

System_CAPS_pubmethodUdpAnnouncementEndpoint(Uri^)

Creates a new instance of the UdpAnnouncementEndpoint class with the specified multicast address.

NameDescription
System_CAPS_pubpropertyAddress

Gets or sets the endpoint address for the service endpoint.(Inherited from ServiceEndpoint.)

System_CAPS_pubpropertyBehaviors

Gets the behaviors for the service endpoint.(Inherited from ServiceEndpoint.)

System_CAPS_pubpropertyBinding

Gets or sets the binding for the service endpoint.(Inherited from ServiceEndpoint.)

System_CAPS_pubpropertyContract

Gets the contract for the service endpoint.(Inherited from ServiceEndpoint.)

System_CAPS_pubpropertyDiscoveryVersion

Gets the discovery version this announcement endpoint supports.(Inherited from AnnouncementEndpoint.)

System_CAPS_pubpropertyEndpointBehaviors

Gets the endpoint behaviors for the service.(Inherited from ServiceEndpoint.)

System_CAPS_pubpropertyIsSystemEndpoint

Gets or sets whether the service endpoint is generated by the system as opposed to being user-defined.(Inherited from ServiceEndpoint.)

System_CAPS_pubpropertyListenUri

Gets or sets the URI at which the service endpoint listens.(Inherited from ServiceEndpoint.)

System_CAPS_pubpropertyListenUriMode

Gets or sets how the transport handles the URI that is provided for the service to listen on.(Inherited from ServiceEndpoint.)

System_CAPS_pubpropertyMaxAnnouncementDelay

Gets or sets the maximum announcement delay.(Inherited from AnnouncementEndpoint.)

System_CAPS_pubpropertyMulticastAddress

Gets or sets the endpoint’s multicast address.

System_CAPS_pubpropertyName

Gets or sets the name of the service endpoint.(Inherited from ServiceEndpoint.)

System_CAPS_pubpropertyTransportSettings

Obsolete. Gets the UDP transport settings associated with the UdpAnnouncementEndpoint instance.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticDefaultIPv4MulticastAddress

The default UDP multicast address for IPv4.

System_CAPS_pubfieldSystem_CAPS_staticDefaultIPv6MulticastAddress

The default UDP multicast address for IPv6.

.NET Framework
Available since 4.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show:
© 2017 Microsoft