Visual Basic (Declaration) | |
---|---|
Public Delegate Function SecureTransfer.Client.TransmitMessageAction( _ ByVal transferId As Guid, _ ByVal location As String, _ ByVal request As Stream _ ) As Stream |
C# | |
---|---|
public delegate Stream SecureTransfer.Client.TransmitMessageAction( Guid transferId, string location, Stream request ) |
Parameters
- transferId
- location
- request
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7