InboundPayload..::..Payload Property

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


public ByteString Payload { get; set; }
Public Property Payload As ByteString
	Get
	Set
public:
property ByteString^ Payload {
	ByteString^ get ();
	void set (ByteString^ value);
}