Click or drag to resize
UPnpMappingOperation Class
Represents a UPnP port mapping operation.
Inheritance Hierarchy
SystemObject
  StreamCoders.NetworkUPnpMappingOperation

Namespace: StreamCoders.Network
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class UPnpMappingOperation

The UPnpMappingOperation type exposes the following members.

Constructors
  NameDescription
Public methodUPnpMappingOperation
Initializes a new instance of the UPnpMappingOperation class
Top
Properties
  NameDescription
Public propertyServiceEndpoint
Service endpoint to use.
Top
Methods
  NameDescription
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldExternalPort
External port to map from.
Public fieldInternalAddress
Internal address to map to.
Public fieldInternalPort
Internal port to map to.
Public fieldMetaDescription
Meta Description committed to router.
Public fieldProtocol
Protocol to use. (default: Udp)
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also