Class RequestReceivedEventArgs
Provides arguments for the RequestReceived event.
Inheritance
System.Object
System.EventArgs
RequestReceivedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Rssdp.Infrastructure
Assembly: cs.temp.dll.dll
Syntax
public sealed class RequestReceivedEventArgs : EventArgs
Constructors
RequestReceivedEventArgs(HttpRequestMessage, UdpEndPoint)
Full constructor.
Declaration
public RequestReceivedEventArgs(HttpRequestMessage message, UdpEndPoint receivedFrom)
Parameters
| Type | Name | Description |
|---|---|---|
| HttpRequestMessage | message | The |
| UdpEndPoint | receivedFrom | A UdpEndPoint representing the sender's address (sometimes used for replies). |
Properties
Message
The
Declaration
public HttpRequestMessage Message { get; }
Property Value
| Type | Description |
|---|---|
| HttpRequestMessage |
ReceivedFrom
The UdpEndPoint the request came from.
Declaration
public UdpEndPoint ReceivedFrom { get; }
Property Value
| Type | Description |
|---|---|
| UdpEndPoint |