Delegate StreamingServer.PublishingPointRequestedHandler
Represents the method that handles the event when a publishing point is requested by a client.
public delegate void StreamingServer.PublishingPointRequestedHandler(Guid connectionId, ConnectionInfo connectionInfo, CreatedPublishingPointParameters createdPublishingPointParameters)
Parameters
connectionIdGuidThe unique identifier of the connection.
connectionInfoConnectionInfoThe connection information.
createdPublishingPointParametersCreatedPublishingPointParametersOutput parameters for the created publishing point.
Constructors
PublishingPointRequestedHandler(object, nint)
public PublishingPointRequestedHandler(object @object, nint method)
Parameters
Methods
BeginInvoke(Guid, ConnectionInfo, CreatedPublishingPointParameters, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(Guid connectionId, ConnectionInfo connectionInfo, CreatedPublishingPointParameters createdPublishingPointParameters, AsyncCallback callback, object @object)
Parameters
connectionIdGuidconnectionInfoConnectionInfocreatedPublishingPointParametersCreatedPublishingPointParameterscallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(Guid, ConnectionInfo, CreatedPublishingPointParameters)
public virtual void Invoke(Guid connectionId, ConnectionInfo connectionInfo, CreatedPublishingPointParameters createdPublishingPointParameters)
Parameters
connectionIdGuidconnectionInfoConnectionInfocreatedPublishingPointParametersCreatedPublishingPointParameters