Class ResponseReceivedEventArgs
Provides arguments for the ResponseReceived event.
Inheritance
System.Object
System.EventArgs
ResponseReceivedEventArgs
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 ResponseReceivedEventArgs : EventArgs
Constructors
ResponseReceivedEventArgs(HttpResponseMessage, UdpEndPoint)
Full constructor.
Declaration
public ResponseReceivedEventArgs(HttpResponseMessage message, UdpEndPoint receivedFrom)
Parameters
| Type | Name | Description |
|---|---|---|
| HttpResponseMessage | message | The |
| UdpEndPoint | receivedFrom | A UdpEndPoint representing the sender's address (sometimes used for replies). |
Properties
Message
The
Declaration
public HttpResponseMessage Message { get; }
Property Value
| Type | Description |
|---|---|
| HttpResponseMessage |
ReceivedFrom
The UdpEndPoint the response came from.
Declaration
public UdpEndPoint ReceivedFrom { get; }
Property Value
| Type | Description |
|---|---|
| UdpEndPoint |